ImageGear Professional v18.1 > User Guide > Getting Started > Developing an Application > Image Processing > Flipping an Image |
The Processing menu contains a group of Flip Vertically and Flip Horizontally items.
The following code fragment demonstrates a vertical flip:
Copy Code
|
|
---|---|
- (IBAction)mnuProcessingFlipV:(id)sender { |
Similarly, using the IG_FLIP_HORIZONTAL constant for the last argument of IG_IP_flip() flips an image horizontally.
![]() |
As in the case of Rotating an Image, this function physically rearranges the pixels of your source image. |
This is an original image flipped vertically: